net/http.http2serverConn.state (method)

5 uses

	net/http (current package)
		h2_bundle.go#L4543: func (sc *http2serverConn) state(streamID uint32) (http2streamState, *http2stream) {
		h2_bundle.go#L5055: 		if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
		h2_bundle.go#L5452: 		state, st := sc.state(f.StreamID)
		h2_bundle.go#L5483: 	state, st := sc.state(f.StreamID)
		h2_bundle.go#L5639: 	state, st := sc.state(id)